home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
emu-mess.swf
/
scripts
/
frame_3
/
PlaceObject2_595_1118
/
CLIPACTIONRECORD onClipEvent(load).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-08-08
|
281 b
|
13 lines
onClipEvent(load){
this.speed = 0;
this.xdir = 1;
this.yspeed = 0;
this.myFloor = 1;
this.falling = 0;
this.terminal = 25;
this.emuBraking = 0.8;
this.onLadder = 0;
this.peck = 0;
this._y != _root["floor" + this.myFloor] - this._height;
}